type net/http.http2inflow

9 uses

	net/http (current package)
		h2_bundle.go#L1478: type http2inflow struct {
		h2_bundle.go#L1484: func (f *http2inflow) init(n int32) {
		h2_bundle.go#L1495: func (f *http2inflow) add(n int) (connAdd int32) {
		h2_bundle.go#L1519: func (f *http2inflow) take(n uint32) bool {
		h2_bundle.go#L1530: func http2takeInflows(f1, f2 *http2inflow, n uint32) bool {
		h2_bundle.go#L4583: 	inflow           http2inflow                 // conn-wide inbound flow control
		h2_bundle.go#L4668: 	inflow           http2inflow  // what the client is allowed to POST/etc to us
		h2_bundle.go#L7621: 	inflow           http2inflow  // peer's conn-level flow control
		h2_bundle.go#L7725: 	inflow      http2inflow  // guarded by cc.mu